home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-03-20 | 1.9 KB | 23 lines | [TEXT/MOSS] |
- quote = String.fromCharCode(34)
- document.write ("<form METHOD='POST' ACTION='http://cgi.idirect.com/cgi-bin/forms'>")
- document.write ("Located very near to the main entrance, this location is a very nice place ")
- document.write ("to sit and rest your weary feet after hours of pacing. <BR><BR>")
- document.write ("There are <b>lots</b> of other interesting nodes in this house so make sure ")
- document.write ("you check out all of them. ")
- document.write ("<center>")
- document.write ("<select name=" + quote + "gothere" + quote + " onChange=" + quote + "eval(this.form.gothere.options[this.form.gothere.selectedIndex].value);return false" + quote + ">")
- document.write ("<option value=" + quote + "#" + quote + " selected>Choose a Node!</option>")
- document.write ("<option value=" + quote + "parent.location.href='Node1.html'" + quote + ">Front Door</option>")
- document.write ("<option value=" + quote + "parent.location.href='Node2.html'" + quote + ">On Counter</option>")
- document.write ("<option value=" + quote + "parent.location.href='Node3.html'" + quote + ">Catwalk / Loft</option>")
- document.write ("<option value=" + quote + "parent.location.href='Node4.html'" + quote + ">On Couch</option>")
- document.write ("<option value=" + quote + "parent.location.href='Node5.html'" + quote + ">Kitchen</option>")
- document.write ("<option value=" + quote + "parent.location.href='Node6.html'" + quote + ">Living Room</option>")
- document.write ("<option value=" + quote + "parent.location.href='Node7.html'" + quote + ">Coffee Bar</option>")
- document.write ("<option value=" + quote + "parent.location.href='Node8.html'" + quote + ">On Chair</option>")
- document.write ("<option value=" + quote + "parent.location.href='Node9.html'" + quote + ">Bench Seat</option>")
- document.write ("<option value=" + quote + "parent.location.href='Node10.html'" + quote + ">Sink</option>")
- document.write ("</select>")
- document.write ("</center>")
-
-